home *** CD-ROM | disk | FTP | other *** search
- ; Grapevine Issue 21 HD Install Script (1.0)
-
- alert "Grapevine Issue 21 HardDisk Install%c%cVersion 1.1a"
- select "dh0:gv21"
- space "2000" ; 2mb
- message "Installing Grapevine into `%s/'"
-
- mkdir "%s"
-
- copyifno "Gv21a:Libs/reqtools.library" "dh0:libs/reqtools.library"
- copy "GV21a:#?" "%s/"
- copy "GV21b:#?" "%s/"
- ;copy "GV21c:#?" "%s/"
-
- openfile "%s/Grapevine21"
- writetofile "assign gv21a: %s/"
- writetofile "assign gv21b: %s/"
- ;writetofile "assign gv21c: %s/"
- writetofile "gv21a:gv21"
- closefile ""
-
- delete "%s/GV21.info"
- delete "%s/HDInstall.info"
- delete "%s/disk.info"
-
- makeicon "%s/Grapevine21.info"
-
- closemessage ""
-
- alert "%cI Haven't installed any of the%cDEVS or L directories%cI assume you already have these%c"
- alert "%cNone of the sources etc. have been installed%cYou know where they are if you need them!%c"
- alert "%cInstall Complete%c"
-
- end ""
-
-